GUI Help > Other > getSystemColor

getSystemColor
color systemColor=getSystemColor(int index)

Description:
Returns the DBPro equivilent of a system colour. System colours are the colours which are used for the user interface, such as the grey button faces.

Return Value:
DBPro colour.

Parameters:
index The number of the colour to get. At the moment, the acceptable value(s) are:
  • 22 - Button Face Colour
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)